fn: -->
[contents]

Contents

Syntax

The syntax for --> calls is:

f++:  
-->

n++:  
@-->

Description

The --> function takes zero parameters and skips to the next non-whitespace with the input to be parsed. It is mostly intended for use with n++.

n++ example

Example of --> being used with n++:

Example text

@:=(int, i=0)@-->

Second paragraph

Output:

Example text

Second paragraph